RunSPWithNoReturn
This method runs a Stored procedure and does not return any result set
Parameters:
| Description | |
|---|---|
| procName | SQL Stored procdeure name to be executed. |
| parameterValues | An array of objects to be assigned as the input values of the stored procedure. |
Returns:
| Type | |
|---|---|
| System.Int32 |
| C# | |
|---|---|
public int RunSPWithNoReturn( string procName, params IDataParameter[] parameterValues ) | |
Parameters
- procName
- parameterValues
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0